home *** CD-ROM | disk | FTP | other *** search
/ PC Home 102 / PC Home 102.iso / ERRORENG.TXT < prev    next >
Text File  |  2000-09-05  |  31KB  |  760 lines

  1. # $Header: H:/MMAST/rcs/ERRORENG.TXT 1.1 1996/06/18 15:25:22 unknown Exp $
  2.  
  3. # GeoLocate erroreng.txt (ENGLISH)
  4. # Format XXYNNN where XX = library ID, Y = error type, and NNN is error value.
  5. # Error text is within quotes. %s is used for variable substitution.
  6. # Errors should be grouped by error type in sequential order.
  7. # Libraries not creating the error type should use a subrange when using an
  8. # existing error type.  Use subranges of 25 or 50.
  9. # Each error is global for all libraries.
  10. #
  11. # $Log: ERRORENG.TXT $
  12. # Revision 1.1  1996/06/18 15:25:22  unknown
  13. # Initial revision
  14. # Revision 1.33  1996/06/18 15:25:23  darin
  15. # Added N022
  16. # Revision 1.32  1996/06/14 16:15:00  dennis
  17. # add geocode errors: GQH03, GQH032, GQH033
  18. # Revision 1.31  1996/06/10 14:00:05  MattC
  19. # Added route errors.
  20. # Revision 1.30  1996/06/06 18:33:42  darin
  21. # Added GDI error code.
  22. # Revision 1.29  1996/05/31 12:12:26  hans
  23. # Added some more parser error texts
  24. # Revision 1.28  1996/05/29 18:43:22  Ron_Lehman
  25. # Added a few errors for GEF2GPVF and GPVFMERGE.
  26. # Revision 1.27  1996/05/29 17:33:30  dennis
  27. # add H021, R101 - Geocode/Route RPC Init errors
  28. # Revision 1.26  1996/05/27 17:38:41  dennis
  29. # add RPC-specific route client error codes (retro-active to revision 1.25)
  30. # Revision 1.25  1996/05/23 14:43:16  AlanB
  31. # Added Parser Errors
  32. # Revision 1.24  1996/05/22 08:01:16  MattC
  33. # Added route errors.
  34. # Revision 1.23  1996/05/21 20:02:33  dennis
  35. # add H020 - Remote geocoder init failure
  36. # Revision 1.22  1996/05/20 17:14:09  darin
  37. # Removed some mapping error codes.
  38. # Revision 1.21  1996/05/20 13:25:46  hans
  39. # Deleted routing errors no longer used.
  40. # Revision 1.20  1996/05/20 12:24:13  MattC
  41. # Changed some route error messages.
  42. # Revision 1.19  1996/05/17 19:46:36  Ron_Lehman
  43. # Added errors for data conversion applications GPVFMERGE and GEF2GPVF.
  44. # Revision 1.18  1996/05/17 07:51:39  dennis
  45. # add R099 (for routing)
  46. # Revision 1.17  1996/05/17 07:20:01  MattC
  47. # Changed route error R028.
  48. # Revision 1.16  1996/05/09 18:42:03  darin
  49. # Removed two mapping errors.
  50. # Revision 1.15  1996/05/09 16:46:53  dennis
  51. # add thread mutex and condition variable errors; add R098 code;
  52. # change N034 code's text
  53. # Revision 1.14  1996/05/09 11:24:28  Keith
  54. # Update error handling for "Hardcoded" errors and fix IsVoid() method in ERRORBLOCK.
  55. # Revision 1.13  1996/05/07 20:20:39  darin
  56. # More mapping errors
  57. # Revision 1.12  1996/05/07 08:19:37  MattC
  58. # Added route errors and corrected other errors.
  59. # Revision 1.11  1996/05/07 05:49:48  MattC
  60. # Added route errors.
  61. # Revision 1.10  1996/05/06 19:09:25  dennis
  62. # add Route RPC errors, some CRouteClient errors
  63. # Revision 1.9  1996/05/06 13:27:27  darin
  64. # Added CovSet errors
  65. # Revision 1.8  1996/05/06 10:55:23  dennis
  66. # add error-handling support for Geocode RPC lib
  67. # Revision 1.7  1996/05/06 06:05:15  dennis
  68. # add GEOCODE errors (excepting RPC-related)
  69. # Revision 1.6  1996/05/05 22:41:32  darin
  70. # Added mapping errors for ReadStyleFile
  71. # Revision 1.5  1996/05/05 18:33:00  dennis
  72. # add MKSSI header/log; changed name reference to erroreng.txt
  73. #
  74. # The Library ID (XX) are defined as:
  75. #  UT   UTIL
  76. #  TL   TOOL
  77. #  RT   ROUTE
  78. #  GC   GEOCODE (Generic)
  79. #  GQ   GEOCODE (QMS)
  80. #  GG   GEOCODE (GEOSYS)
  81. #  RP   RPC
  82. #  IO   DATIO
  83. #  MP   MAP
  84. #  CS   COVSET
  85. #  SU   SETUP
  86. #  PS   PSEARCH
  87.  
  88. # The Error Types (Y) are defined as:
  89. #  A   Assertion errors
  90. #  C   Communication errors
  91. #  D   Disk errors
  92. #  F   Memory Map errors
  93. #  G   GDI Errors
  94. #  H   Geocode errors
  95. #  M   Memory errors
  96. #  N   Mapping errors
  97. #  P   Projection errors
  98. #  R   Routing errors
  99. #  S   Parsing errors
  100. #  T   Thread errors
  101. #  W   Thread Read/Write Lock synchronization errors
  102. #  X   Miscellaneous errors
  103. #  Y   Hardcoded errors (Errors not using error.txt file. Not for general use.)
  104. #  Z   Application errors
  105.  
  106. A000, "%s"
  107.  
  108. #C600 - C624 for GQ.
  109. #geocode_open_transport(): servername (nil) error
  110. C600, "%s
  111. #clnt_create() errors
  112. C601, "Geocode clnt_create() error - %s."
  113. #clnt_call() errors
  114. C602, "Geocode clnt_call() error - %s."
  115.  
  116. #C625 - C649 for GG.
  117.  
  118. #C650 - C699 for RT.
  119. #route_open_transport(): servername (nil) error
  120. C650, "%s
  121. #clnt_create() errors
  122. C651, "Route clnt_create() error - %s."
  123. #clnt_call() errors
  124. C652, "Route clnt_call() error - %s."
  125. C653, "Route remote open transport failed."
  126.  
  127. D000, "File error."
  128. D001, "File error. Invalid filename (buffer too small)."
  129. D002, "File open error."
  130. D003, "File close error."
  131. D004, "File open error. Invalid file type."
  132. D005, "File open error. Invalid file major version."
  133. D006, "File open error. Invalid file minor version."
  134. D007, "File read error."
  135. D008, "File write error."
  136. D009, "File seek error."
  137. D010, "File flush error."
  138. D020, "File error. Read past end of file."
  139. D021, "File write error. Attempt to write to read-only file."
  140. D022, "File enlargement error."
  141. D050, "UTFileDelete did not delete the file."
  142. D051, "UTFileDelete does not handle wildcards."
  143. #D500 - D549 for TL.
  144. #D550 - D599 for IO.
  145. D550, "Can't write to work file."
  146. D551, "Can't update turn restriction."
  147. #D600 - D624 for GQ.
  148. #D625 - D649 for GG.
  149. #D650 - D699 for RT.
  150. #D850 - D899 for CS.
  151. #D850 Free
  152. #D851 Free
  153. D852, "Coverage set file read failed."
  154. #D900 - D998 for SU.
  155.  
  156. F000, "Memory-mapped error."
  157. F001, "Memory-mapped file open error."
  158. F002, "Memory-mapped file close error."
  159. F003, "Memory-mapped file read error."
  160. F004, "Memory-mapped file write error."
  161. F005, "Memory-mapped file buffer allocation failure."
  162. F006, "Memory-mapped file lock failed."
  163. F007, "Memory-mapped error. File is locked."
  164. F008, "Memory page unmapping failed."
  165. F009, "File Mapping failed."
  166. F010, "File Map View could not be created."
  167. F011, "Invalid share argument; assuming 'exclusive'."
  168. F012, "Invalid mode argument; assuming 'read'."
  169. #F500 - F549 for TL.
  170. #F550 - F599 for IO.
  171. #F600 - F624 for GQ.
  172. #F625 - F649 for GG.
  173. #F650 - F699 for RT.
  174. #F850 - F899 for CS.
  175. #F900 - F998 for SU.
  176.  
  177. G000, "Graphic Device Interface error."
  178. G001, "Error creating system pen."
  179. G002, "Error creating system brush."
  180. G003, "Error creating system font."
  181. G004, "Error deleting system font."
  182. G100, "Error drawing Ellipse."
  183. G101, "Error with LineTo."
  184. G102, "Error with MoveTo."
  185. G103, "Error drawing Polygon."
  186. G104, "Error drawing Polyline."
  187. G105, "Error drawing PolyPolygon."
  188. G106, "Error drawing Rectangle."
  189. G107, "Error drawing Text."
  190. G120, "StretchBlt failed."
  191. G200, "Error in TLLoadBMPFile. *.bmp or *.rle file not found."
  192. G201, "Error in TLCreateDDBFromDIB."
  193. G202, "Error in TLDeleteDDB."
  194. #G550 - G599 For IO.
  195.  
  196. #Geocode Errors
  197. H001, "Illegal address in geocoder"
  198. H002, "Geocoder init failed"
  199. H003, "Remote open transport failed"
  200. H004, "Geocoder find error"
  201. H005, "Geocoder failed: no city/state/zip provided"
  202. H006, "Invalid return code from geocoder find"
  203. H007, "Staging data get error"
  204. H008, "Output data get error"
  205. H009, "Lat data get error"
  206. H010, "Long data get error"
  207. H011, "Location code data get error"
  208. H012, "Illegal offset distance"
  209. H013, "Illegal zipcode"
  210. H014, "Geocode find - server error"
  211.  
  212. #Geocode RPC Errors
  213. H015, "Server received no coverage ID."
  214. H016, "Wrong/improper host for accessing data."
  215. H017, "Missing license file path."
  216. H018, "Missing data paths."
  217. H019, "Missing zip+4 path."
  218. H020, "Remote geocoder init failure (check geocode server log)."
  219. H021, "Geocode RPC Init Failed."
  220. #Client Handle=(nil) errors
  221. H022, "%s"
  222.  
  223. H031, "Geocoder cannot find address"
  224. H032, "Geocoder cannot find zip"
  225. H033, "Geocoder cannot find city"
  226.  
  227. #General purpose error code for throwing any hard-coded geocode error
  228. H999, "%s"
  229.  
  230. M000, "Memory error."
  231. M001, "Memory Allocation failed."
  232. M002, "Memory Reallocation failed."
  233. M003, "Attempt to reallocate middle of block - failed."
  234. M004, "Attempting to enlarge uncommitted storage - failed."
  235. M005, "No page access to block for Realloc."
  236. M010, "Memory Pool Allocation Failure."
  237. M011, "Pool usage error: element size out of range."
  238. M012, "Memory Pool exhausted."
  239. M013, "Attempted to release illegal MemPool element."
  240. M020, "CMemArray::Sort. Illegal element size or count."
  241. M021, "CCacheFile error. Cache buffer could not be allocated."
  242. M022, "CCacheFile error. Buffer Allocation failure."
  243. M100, "Memory error instantiating C++ object."
  244. #M500 - M549 for TL.
  245. #M550 - M599 for IO.
  246.  
  247. #M600 - M624 for GQ.
  248. M600, "Geocode server's GCInit_V1() malloc() failed."
  249. M601, "Geocode server's GCFind_V1() malloc() failed."
  250. M602, "Geocode server's Match data  malloc() failed."
  251. M603, "Geocode server's GCFindZip_V1() malloc() failed."
  252. M604, "Geocode server's FindZip lat/long malloc() failed."
  253. M605, "Geocode server's GCFindCity_V1() malloc() failed."
  254. M606, "Geocode server's GCGetSoundex_V1() malloc() failed."
  255.  
  256. #M625 - M649 for GG.
  257.  
  258. #M650 - M699 for RT.
  259. M650, "RTDoRoute_V1()'s malloc() failed."
  260. #M651, "Narrative UTMemAlloc() failed."
  261. #M652, "Shape point UTMemAlloc() failed."
  262. M653, "RTGetNetLocInfo_V1()'s malloc() failed."
  263. M654, "Begin node UTMemAlloc() failed."
  264. M655, "End node UTMemAlloc() failed."
  265. M656, "Link UTMemAlloc() failed."
  266. M657, "Could not allocate memory for CNetwork pointers."
  267.  
  268.  
  269. #M850 - M899 for CS.
  270. #M900 - M998 for SU.
  271.  
  272. #N - MAPPING ERRORS
  273. #CMap errors: 000 to 099
  274. N001, "CMap::ATCAddPoint: Too many ATC points"
  275. #N002, "Available"
  276. #N003, "Available"
  277. N004, "CMap::Init: Already initialized."
  278. N005, "CMap::Init: Could not initialize ATP."
  279. N006, "CMap::Init: Could not load map definition file."
  280. N007, "CMap::Init: Could not initialize map projection."
  281. N008, "CMap::SetCenterMode: Invalid center mode."
  282. N009, "CMap::SetScaleRangeMode: Invalid scale range mode."
  283. N010, "CMap::FindClosestRoad: No roads within tolerance."
  284. N011, "CMap::DefineZoomLevels: Invalid parameter(s)."
  285. N012, "CMap::ZoomIn: Could not zoom in."
  286. N013, "CMap::ZoomOut: Could not zoom out."
  287. N014, "CMap::ZoomTo: Invalid zoom level."
  288. N015, "CMap: Re-entrant call to Draw, FindClosestFeatures, and/or GetFeatureInfo."
  289. N016, "CMap::FindClosestFeatures: Could not get data from utility layer."
  290. N017, "CMap::GetFeatureInfo: Error getting data."
  291. N018, "CMap::GetFeatureInfo: Invalid feature handle - DT does not exist in layer."
  292. N019, "CMap::GetFeatureInfo: Invalid feature handle - No data in grid."
  293. N020, "CMap::GetFeatureInfo: Invalid feature handle - No data in grid for DT."
  294. N021, "CMap::GetFeatureInfo: Invalid feature handle - Item number too large."
  295. N022, "CMap::GetFeatureInfo: Invalid feature handle - Detail level does not exist."
  296. N023, "CMap::GetFeatureInfo: Could not get data from utility layer."
  297. N024, "CMap::GetUtilityLayerData: Error getting data."
  298. N025, "CMap::GetUtilityLayerData: DT not found."
  299. N026, "CMap::GetUtilityLayerData: No data in grid."
  300. N027, "CMap::GetUtilityLayerData: No data in grid for DT."
  301. N028, "CMap::GetUtilityLayerData: Item number too large."
  302. N029, "CRMap::Init: Could not load raster image."
  303. N030, "CMap::Draw: Could not find scale style."
  304. #N031 Free
  305. #N032 Free
  306. N033, "CVMap::Init: No data layers found."
  307. N034, "CMap::Draw: No output context is bound."
  308. N035, "CVMap::Draw: No data layers found."
  309. N036, "CVMap::Draw: Error getting data."
  310.  
  311. #Style errors: 100 to 199
  312. #ReadStyleFile - 100 to 174
  313. N100, "Unexpected condition on line %s of style file"
  314. #N101 free
  315. N102, "Expected a number on line %s of style file"
  316. N103, "Number out of range on line %s of style file"
  317. N104, "End-comment (\"*/\") found outside of comment on line %s of style file"
  318. N105, "Comment exceeds end-of-file on line %s of style file"
  319. N106, "String constant is too long on line %s of style file"
  320. N107, "String constant exceeds end-of-line on line on line %s of style file"
  321. N108, "String constant exceeds end-of-file on line %s of style file"
  322. N109, "Invalid boolean value on line %s of style file"
  323. N110, "Invalid RGB value on line %s of style file"
  324. N111, "Invalid font weight on line %s of style file"
  325. N112, "Name is too long on line %s of style file"
  326. N113, "Expected a string for font name on line %s of style file"
  327. N114, "Invalid brush style on line %s of style file"
  328. N115, "Invalid hatch pattern on line %s of style file"
  329. N116, "Invalid pen style on line %s of style file"
  330. N117, "Invalid endcap style on line %s of style file"
  331. N118, "Invalid display type on line %s of style file"
  332. N119, "Invalid version number on line %s of style file"
  333. N120, "Missing version number in header on line %s of style file"
  334. N121, "Unknown file format on line %s of style file"
  335. N122, "Invalid scale range on line %s of style file"
  336. N123, "Syntax error on line %s of style file"
  337. N124, "Invalid symbol type on line %s of style file"
  338. N125, "Expected a string for symbol name on line %s of style file"
  339. N126, "Expected a comma on line %s of style file"
  340. N127, "Invalid TextPos option on line %s of style file"
  341. N128, "Invalid DT string (Map.dtt file was not found.) on line %s of style file"
  342. N129, "Invalid DT string (Does not exist in map.dtt file.) on line %s of style file"
  343. #Other style errors: 175 to 199
  344. N175, "CScaleStyle::Init: Already initialized."
  345. N176, "CScaleStyle: Illegal function while bound to a resource."
  346. N177, "CScaleStyle: Invalid DT"
  347. N178, "CCovStyle:InsertScaleStyle: Scale range already exists."
  348.  
  349. #CDisplayList errors: 200 to 224
  350. N200, "CDisplayList::Delete: Id not found."
  351.  
  352. P000, "Projection error."
  353. P001, "CCovProjection::Init. Projection Creation failed."
  354. P002, "UTCreateProjection. Invalid Projection - assuming Plate-carree"
  355.  
  356.  
  357. # Route Errors.
  358. R001, "Route options' object is not initialized.  Please call its Init() before making any more route calls."
  359. R002, "No code to handle unknown route object state."
  360. R003, "Route object is not initialized.  Please call Init() before making any more route calls."
  361. R004, "Set origin and destination before calling DoRoute()."
  362. R005, "Set origin before calling DoRoute()."
  363. R006, "Set destination before calling DoRoute()."
  364. R007, "Invalid route algorithm type."
  365. R008, "Destination:  No connected link was found that matched the end node."
  366. R009, "No path from origin to destination. Could be a disconnected or most likely an overly restricted network."
  367. R010, "No connected link was found that matched the end node."
  368. R011, "No path from destination to origin. Could be a disconnected or most likely an overly restricted network."
  369. R012, "Could not get link's attributes (check route server log)."
  370. R013, "There are no entries in the adjacency list therefore no path exists to end node."
  371. R014, "Route link or its nodes could not be accessed (check route server log)."
  372. R015, "There are no entries in the destination adjacency list therefore no path exists to end node."
  373. R016, "Must initialize narrative object first."
  374. R017, "Invalid network type."
  375. R018, "Invalid value."
  376. R019, "Canned text number is out of range."
  377. R020, "Invalid narrative line type number."
  378. R021, "Invalid bBeforeOrAfter flag."
  379. R022, "Invalid language."
  380. R023, "Value out of range."
  381. R024, "Invalid narrative line type number."
  382. R025, "Route does not exist."
  383. R026, "Invalid narrative state."
  384. R027, "Invalid origin/destination flag."
  385. R028, "The %s contains a road name that does not exist in the road name database."
  386. R029, "Narrative information does not exist."
  387. R030, "Language string table doesn't exist."
  388. R031, "Invalid distance units."
  389. R032, "Road index is too large.  Range = 1 to %s."
  390. R033, "Given end node does not match any of the link's nodes."
  391. R034, "Must initialize route definition object first."
  392. R035, "Illegal number of route legs.  Must be 1 or more."
  393. R036, "Route algorithm options could not be instantiated."
  394. R037, "Must initialize route options object first."
  395. R038, "Invalid route algorithm type."
  396. R039, "Invalid route leg."
  397. R040, "Must initialize route algorithm options object first."
  398. R041, "Invalid restriction zone.  Range = 1 to %s."
  399. R042, "Invalid number of route cycles.  Range = 1 to %s."
  400. R043, "Invalid route cycle.  Range = 1 to %s."
  401. R044, "File has not opened.  RT_bsearch must receive an opened file."
  402. R045, "Must initialize route shape object first."
  403. R046, "Invalid location of 0, must be 1-based."
  404. R047, "A valid route does not exist in the route definition."
  405. R048, "No route records exist in route definition."
  406. R049, "Invalid line.  Less than two shape points for a link."
  407. R050, "Route object to be copied is uninitialized; no copy is performed."
  408. R051, "No code to handle unknown return value."
  409. R052, "Route object is not initialized.  Please call its Init() before making any more route calls."
  410. R053, "Invalid sFlag.  Use RT_ADJUST_NORM or RT_ADJUST_TRIM."
  411. R054, "Coding error!  Should never be able to reach this code."
  412. R055, "Input route options object is not initialized.  Only accepts an initialized route options object."
  413. R056, "Route algorithm options are not initialized for every route leg."
  414. R057, "Input narrative data object is not initialized.  Only accepts an initialized narrative data object."
  415. R058, "Invalid route shape state."
  416. R059, "Place's type, point of interest (POI), is not supported."
  417. R060, "Place's type, city, is not supported."
  418. R061, "Percentage along the link is out of range.  Range = 0.0 to 1.0."
  419. R062, "Percentage along the link must be zero, since the node is a true network node."
  420. R063, "Undefined place type."
  421. R064, "Invalid place type."
  422. R065, "Invalid state transition."
  423. R066, "Route object to be copied is uninitialized; no copy is performed."
  424. R067, "Pointer to network does not exist."
  425. R068, "Narrative data does not exist; will NOT force route generation."
  426. R069, "Narrative data does not exist."
  427. R070, "Route shape does not exist."
  428. R071, "Could not get link's attributes."
  429. R072, "Route link or its nodes could not be accessed."
  430. R073, "Invalid node number input."
  431. R074, "Nodes' count exceeds the maximum number of nodes allowable for a nodes' grid file."
  432. R075, "Grid number is invalid.  It is outside of the valid range."
  433. R076, "Grid count exceeds the maximum number of grids allowable for a grid adjacency nodes' file."
  434. R077, "Link index count exceeds the maximum number of link indices allowable for a grid adjacency link indices' file."
  435. R078, "Invalid link index."
  436. R079, "Invalid grid number."
  437. R080, "Invalid node number."
  438. R081, "Invalid link index number."
  439. R082, "Invalid link number."
  440. R083, "Invalid begin node."
  441. R084, "Invalid end node."
  442. R085, "Network could not be loaded.  Maximum number of networks are loaded."
  443. R086, "Grid adjacency network could not be instantiated."
  444. R087, "Grid node network could not be instantiated."
  445. R088, "Link offsets relative could not be instantiated."
  446. R089, "Link index counts could not be instantiated."
  447. R090, "Link counts could not be instantiated."
  448. R091, "Road class offsets relative could not be instantiated."
  449. R092, "Road class offset ranges absolute could not be instantiated."
  450. R093, "The number of link offsets does not match the number of grids."
  451. R094, "The number of road class offsets does not match the number of grids."
  452. R095, "Network has no grids."
  453. R096, "Invalid route type."
  454.  
  455. #Route RPC Errors
  456. #Client Handle=(nil) errors
  457. R097, "%s"
  458. R099, "Remote route generation failure (check route server log)."
  459. R100, "Invalid network location (check route server log)."
  460. R101, "Route RPC Init Failed."
  461.  
  462. R098, "Too many decimal places requested for distance precision."
  463. R102, "Nameless roads cannot be specified as via roads."
  464. R103, "Road name to be used as a via road does not exist in the road name database."
  465.  
  466. #R850 - R899 for CS.
  467.  
  468. #R900 - R998 for SU.
  469. #Load network failed for a coverage
  470. R900, "Load network failed for %s."
  471. R901, "Unable to create network object for %s."
  472.  
  473. #General purpose error code for throwing any hard-coded routing error
  474. R999, "%s"
  475.  
  476. #Parser Errors
  477. S001, "Too Many Intersections In Address."
  478. S002, "Invalid Intersection Address."
  479. S003, "Invalid Street Address."
  480. S004, "Nothing To Parse."
  481.  
  482. #Thread errors
  483. T000, "Thread error."
  484. T001, "TLS: Maximum threads exceeded."
  485. T002, "Error %s in creating thread key."
  486. T003, "TLSGetValue failed."
  487. T004, "Thread create failed."
  488. T005, "Thread suspend/block failed."
  489. T006, "Thread resume/unblock failed."
  490. T007, "Get thread priority failed."
  491. T008, "Set thread priority failed."
  492.  
  493. #Mutex errors
  494. T009, "Mutex create failed."
  495. T010, "Mutex memory allocation failed."
  496. T011, "Mutex init failed."
  497. T012, "Unable to acquire file-scoped mutex."
  498. T013, "Mutex destroy failed."
  499. T014, "Unable to acquire mutex (lock failure)."
  500. T015, "Unable to release mutex (unlock failure)."
  501. T016, "Mutex busy."
  502.  
  503. #Condition variable errors
  504. T019, "Condition variable create failed."
  505. T020, "Condition variable memory allocation failed."
  506. T021, "Condition variable init failed."
  507. T022, "Unable to acquire file-scoped mutex."
  508. T023, "Condition variable destroy failed."
  509. T024, "Condition variable wait failed."
  510. T025, "Condition variable timed wait failed."
  511. T026, "Condition variable signal failed."
  512. T027, "Condition variable broadcast failed."
  513.  
  514. #T500 - T549 for TL.
  515. #T550 - T599 for IO.
  516.  
  517. #T600 - T624 for GQ.
  518. #In the event, UTIL doesn't throw error
  519. T604, "Mutex lock failure"
  520. T605, "Mutex unlock failure"
  521.  
  522. #T625 - T649 for GG.
  523. #T650 - T699 for RT.
  524. T650, "Network access mutex create failed."
  525. T651, "Network count mutex create failed."
  526. T652, "Network loaded mutex create failed."
  527. T653, "Network R/W Lock Init() failed."
  528. T654, "Network read lock failed."
  529. T655, "Network read unlock failed."
  530. T656, "Network write lock failed."
  531. T657, "Network count mutex lock failed."
  532. T658, "Network loaded mutex lock failed."
  533. T659, "Network loaded mutex unlock failed."
  534. T660, "Network count mutex unlock failed."
  535. T661, "Network write unlock failed."
  536. T662, "Network access mutex lock failed."
  537. T663, "Network access mutex unlock failed."
  538.  
  539. #T850 - T899 for CS.
  540.  
  541. #T900 - T998 for SU.
  542. T900, "Coverage failed to create network mutex."
  543. T901, "Network access mutex lock failure for %s."
  544. T902, "Network access mutex unlock failed for %s."
  545. T903, "thr_create() for signal handler failed."
  546. T904, "thr_create() failed for check of dormant networks."
  547.  
  548. W001, "R/W Lock:Init object mutex lock failed."
  549. W002, "R/W Lock:Init Uninit() failed."
  550. W003, "R/W Lock:Init mutex create failed."
  551. W004, "R/W Lock:Init mutex lock failed."
  552. W005, "R/W Lock:Init read condition variable create failed."
  553. W006, "R/W Lock:Init write condition variable create failed."
  554. W007, "R/W Lock:Init mutex unlock failed."
  555. W008, "R/W Lock:Init object mutex unlock failed."
  556. W009, "R/W Lock:Uninit object mutex lock failed."
  557. W010, "R/W Lock:Uninit mutex lock failed."
  558. W011, "R/W Lock:Uninit read condition variable destroy failed."
  559. W012, "R/W Lock:Uninit write condition variable destroy failed."
  560. W013, "R/W Lock:Uninit mutex unlock failed."
  561. W014, "R/W Lock:Uninit destroy mutex failed."
  562. W015, "R/W Lock:Uninit object mutex unlock failed."
  563. W016, "R/W Lock:Read mutex lock failed."
  564. W017, "R/W Lock:Read CV wait failed."
  565. W018, "R/W Lock:Read CV signal failed."
  566. W019, "R/W Lock:Read mutex unlock failed."
  567. W020, "R/W Lock:Write mutex lock failed."
  568. W021, "R/W Lock:Write CV wait failed."
  569. W022, "R/W Lock:Write mutex unlock failed."
  570. W023, "R/W Lock:Unlock mutex lock failed."
  571. W024, "R/W Lock:Unlock mutex unlock failed."
  572. W025, "R/W Lock:Unlock CV signal failed."
  573. W026, "R/W Lock:Unlock CV broadcast failed."
  574. #W600 - W624 for GQ.
  575. #W625 - W649 for GG.
  576. #W650 - W699 for RT.
  577. #W850 - W899 for CS.
  578. #W900 - W998 for SU.
  579.  
  580. X000, "Miscellaneous Error."
  581. X001, "Error in rint() - value too large"
  582. X002, "CPath:: Destination buffer too small."
  583. X003, "CPath::BuildFilename. No filename specified."
  584. #X500 - X549 for TL.
  585. X500, "CColorArray::AddColor. Exceeded MAXN_COLORS."
  586. #X550 - X599 for IO.
  587. X550, "Invalid GEFINFO file, error line #%s."
  588. X551, "Exceeded maximum number of features (%s)."
  589. X552, "Invalid line (link %s); less than 2 shape points (%s)."
  590. X553, "Invalid polygon (link %s); less than 3 shape points."
  591. X554, "Can't locate road information for %s."
  592. X555, "Can't locate feature information for %s."
  593. X556, "Invalid line."
  594. X560, "Max # of roadshields exceeded."
  595. X561, "Invalid roadshield file."
  596. X565, "Max # of DLs exceded."
  597. X566, "Cannot add detail level with duplicate native scale."
  598. X570, "Invalid map.dt file."
  599.  
  600. #X600 - X624 for GQ.
  601. #X625 - X649 for GG.
  602.  
  603. #X650 - X699 for RT.
  604. X650, "Cannot create remote routing network."
  605. X651, "Unable to create geocode object for %s."
  606. X652, "Failed to create route object for %s."
  607. X653, "Unable to find coverage ID %s."
  608. X654, "Unable to create network object for %s."
  609. X655, "Unable to obtain pointer to routing network for %s."
  610. X656, "Failed to obtain pointer to route object for %s."
  611. X657, "Could not set state breaks option."
  612. X658, "Route succeeded but narrative or shape failed."
  613. #X659
  614. #X660
  615. X661, "Failed to load network for %s."
  616. X662, "Invalid %s network location."
  617. X663, "Full network path could not be formed."
  618. X664, "Uninitialized pointer to route link for %s."
  619. X665, "Network link is not valid."
  620.  
  621. #X850 - X899 for CS.
  622. #X850, "Free"
  623. X851, "Setting hierarchy failed."
  624. X852, "Setting bounding rectangle failed."
  625. X853, "Setting projection structure failed."
  626. X854, "Extract Ids failed."
  627. X855, "Illegal hierarchy value."
  628. X856, "Too many hierarchy values."
  629. X857, "Missing bounding rectangle."
  630. X858, "Missing rdll values."
  631. X859, "Missing xdll values."
  632. X860, "Missing center values."
  633. X861, "Missing standard parallel one value."
  634. X862, "Missing standard parallel two value."
  635. X863, "Missing projection type."
  636. X864, "Missing Ids."
  637.  
  638. #X900 - X998 for SU.
  639. X900, "No coverage set data file."
  640. X901, "Missing data source index/ID."
  641. X902, "Missing data source."
  642. X903, "Missing data source info."
  643. X904, "Data line parse failed.
  644. X905, "Invalid data source."
  645.  
  646. #General purpose error code for throwing any hard-coded error
  647. X999, "%s"
  648.  
  649.  
  650. #Z100 - Z199 for GPVF Merge Application errors
  651. Z100, "Invalid map coverage ID in initialization file"
  652. Z101, "Initialization file missing data"
  653. Z102, "Cannot merge non-vector data"
  654. Z103, "Error creating new map define file for merged data"
  655. Z104, "Error merging data sets"
  656. Z105, "Inconsistent case of name strings between data sets"
  657. Z106, "Inconsistent largest scale between data sets"
  658. Z107, "Inconsistent number of grids between data sets"
  659. Z108, "Inconsistent number of map units between data sets"
  660. Z109, "Function GetActiveLayersForDL failed"
  661. Z110, "Function GetDTForDataLayer failed"
  662. Z111, "Function GetYPtrForDataLayer failed"
  663. Z112, "Function GetXPtrForRow failed"
  664. Z113, "Function LoadGrid of class CXYGridData failed"
  665. Z114, "Function MergeGrid of class CXYGridData failed"
  666. Z115, "Function SaveGrid of class CXYGridData failed"
  667. Z116, "Cannot delete temporary file"
  668. Z117, "Error opening GPVF data file"
  669. Z118, "Error reading from GPVF data file"
  670. Z119, "Error seeking in GPVF data file"
  671. Z120, "Error writing to GPVF data file"
  672. Z121, "Error closing GPVF data file"
  673. Z122, "Error allocating memory for layer existence array"
  674. Z123, "Error allocating memory for Y pointer array"
  675. Z124, "Error allocating memory for X pointer array"
  676. Z125, "Error allocating memory for display type array"
  677. Z126, "Error allocating memory for display type offsets array"
  678. Z127, "Error allocating memory for detail level id array"
  679. Z128, "Error allocating memory for display type data"
  680. Z129, "Error allocating memory for text data"
  681. Z130, "Inactive grid cannot be merged"
  682. Z131, "Grid numbers of grids to be merged are not equal"
  683. Z132, "Error merging text data"
  684. Z133, "Size of merged grid will exceed 64 Kb!"
  685. Z134, "Name offset out of range"
  686. Z135, "Name not found"
  687. Z136, "Invalid largest arc index"
  688. Z137, "Error creating line sort file"
  689. Z138, "Moved pointer out of range of memory block"
  690. Z139, "Invalid data set in line re-sorting"
  691. Z140, "Invalid data size in line re-sorting"
  692. Z141, "User data may not be merged correctly!  Data just copied over."
  693. Z142, "Error retrieving line count from sorted line file"
  694. Z143, "Error allocating memory for line sort information"
  695. Z144, "Error retrieving line sort information"
  696. Z145, "Invalid data set in line re-sorting"
  697. Z146, "Invalid GPVF data!!!!!!!"
  698. Z147, "No memory allocated for data"
  699. Z148, "Error sorting line-sort file"
  700.  
  701. #Z200 - Z299 for GEF to GPVF Application errors
  702. Z200, "Bad parameter(s) passed to CGPVFData::Init(...)"
  703. Z201, "Unable to load map define file"
  704. Z202, "Cannot create temporary work file"
  705. Z203, "GPVF point not active"
  706. Z204, "Cannot save projected point"
  707. Z205, "Cannot get file position"
  708. Z206, "Cannot save line shape data"
  709. Z207, "Cannot save line data"
  710. Z208, "Cannot save point shape data"
  711. Z209, "Cannot save point data"
  712. Z210, "Cannot save polygon shape data"
  713. Z211, "Cannot save polygon data"
  714. Z212, "Line generalization failed"
  715. Z213, "Polygon generalization failed"
  716. Z214, "Polygon gridding failed (partial polygons may exist)"
  717. Z215, "Invalid polygon.  ID = %s"
  718. Z216, "Generate GPVF not active"
  719. Z217, "Cannot create product id file"
  720. Z218, "Cannot write to product id file"
  721. Z219, "Cannot access work file"
  722. Z220, "Cannot position work file"
  723. Z221, "Cannot read work file"
  724. Z222, "Cannot create Map Display Layer file"
  725. Z223, "Cannot create Utility Layer file"
  726. Z224, "Work file not sorted properly"
  727. Z225, "Unknown feature class: %s"
  728. Z226, "Boundary Names not ordered properly"
  729. Z227, "Cannot create aggregate file"
  730. Z228, "Cannot write to aggregate file"
  731. Z229, "Cannot open Data Layer file"
  732. Z230, "Cannot open Y Index file"
  733. Z231, "Cannot open X Index file"
  734. Z232, "Cannot write file header to Data Layer file"
  735. Z233, "GPVF Data Layer not active"
  736. Z234, "Cannot write to index file"
  737. Z235, "Cannot position data layer file"
  738. Z236, "Cannot write to data layer file"
  739. Z237, "Grid data length has reached its maximum.  Some data will be lost.  Grid = (%s)"
  740. Z238, "Grid data length has reached its maximum.  Grid = (%s)"
  741. Z239, "Aggregate file not active"
  742. Z240, "Invalid Map Units Per grid value"
  743. Z241, "Line exceeds maximum points per grid--splitting"
  744. Z242, "No lines intersect"
  745. Z243, "Grid poly not active"
  746. Z244, "Bad parameter(s) passed to CGrid::GridPolygon(...)"
  747. Z245, "Polygon exceeds max polygon points per grid"
  748. Z246, "GridPgon1Grid fails.  Problem with polygon shape"
  749. Z247, "Callback failed - polygon gridding"
  750. Z248, "GetPLineWClosestEndPt fails.  Problem with polyline"
  751. Z249, "GetPLineW2ndClosestEndPt fails.  Problem with polyline"
  752. Z250, "GetNextUnprocBndPt fails"
  753. Z251, "FindCornerPtBetween fails"
  754. Z252, "PointInRegion_L fails"
  755. Z253, "Polyline index is >= the number of polylines"
  756. Z254, "Last point does not match start of polyline"
  757. Z255, "Split invalid poly (id = %s) into %s valid polys"
  758. Z256, "Error re-allocating memory for sub-polygon shape points"
  759. Z257, "Error splitting invalid polygon into sub-polygons"
  760.